tkinter background color

56

set background colour tkinter -

window_name.configure(background='black')

tkinter window background color -

from Tkinker import *

pencere = Tk()
pencere.configure(background="black")
mainloop()

Comments

Submit
0 Comments